{% load i18n static common %} {% autoescape off %}
{% csrf_token %} {% with form.form as f %}
{% layui_inline_without_label f.emp %}
{% layui_inline f.check_datetime %}
{% layui_inline f.temperature %} {% layui_inline f.is_mask %}
{% endwith %}
{% endautoescape %}